معرفی شرکت ها


pcg-cpp-devel-0.98.1^20220408git428802d-2.fc37.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

PCG Random Number Generation, C++ Edition
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته pcg-cpp-devel
نام فایل بسته pcg-cpp-devel-0.98.1^20220408git428802d-2.fc37.noarch.rpm
نسخه بسته 0.98.1^20220408git428802d
انتشار بسته 2.fc37
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 22 Jul 2022 07
هاست سازنده buildhw-x86-11.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/imneme/pcg-cpp
مجوز MIT or ASL 2.0
حجم دانلود 35K
حجم نصب 131.644K
This code provides an implementation of the PCG family of random number generators, which are fast, statistically excellent, and offer a number of useful features. Full details can be found at the PCG-Random website (http://www.pcg-random.org/). This version of the code provides many family members – if you just want one simple generator, you may prefer the minimal C version of the library. There are two kinds of generator, normal generators and extended generators. Extended generators provide k dimensional equidistribution and can perform party tricks, but generally speaking most people only need the normal generators. There are two ways to access the generators, using a convenience typedef or by using the underlying templates directly (similar to C++11’s std::mt19937 typedef vs its std::mersenne_twister_engine template). For most users, the convenience typedef is what you want, and probably you’re fine with pcg32 for 32-bit numbers. If you want 64-bit numbers, either use pcg64 (or, if you’re on a 32-bit system, making 64 bits from two calls to pcg32_k2 may be faster).


ارائه دهنده

مقدار نام
= 0.98.1^20220408git428802d-2.fc37 pcg-cpp-devel
= 0.98.1^20220408git428802d-2.fc37 pcg-cpp-static


نحوه نصب


نصب پکیج rpm pcg-cpp-devel:

    dnf install pcg-cpp-devel-0.98.1^20220408git428802d-2.fc37.noarch.rpm


فایل ها

مسیرها
/usr/include/pcg_extras.hpp
/usr/include/pcg_random.hpp
/usr/include/pcg_uint128.hpp
/usr/share/licenses/pcg-cpp-devel
/usr/share/licenses/pcg-cpp-devel/LICENSE-APACHE.txt
/usr/share/licenses/pcg-cpp-devel/LICENSE-MIT.txt


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-04-20

Fix bug in pcg128_t/engine operator>>

2022-04-20

Drop “forge” macros and use “modern” snapshot versioning

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-12-17

Let the -devel package be noarch

2021-09-20

Initial package (close RHBZ#2003169)